* dispnew.c: Fix problem uncovered by gcc -Wunused-variable.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Feb 2011 23:05:14 +0000 (15:05 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Feb 2011 23:05:14 +0000 (15:05 -0800)
commit427dabd8aa39c10fe8e6f031410cb26aceb5cfe5
tree8c2fee5c123aee67321225002fb1612fa1574ff6
parent362648c9c16c92cfe49e6521318ae322f1ec5e4a
* dispnew.c: Fix problem uncovered by gcc -Wunused-variable.

(adjust_frame_glyphs_for_window_redisplay): Make 'w' local to the
contexts that actually need it.
src/ChangeLog
src/dispnew.c